projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
671d409
)
* configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
author
Dan Nicolaescu
<dann@ics.uci.edu>
Mon, 9 Aug 2010 20:01:51 +0000
(13:01 -0700)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Mon, 9 Aug 2010 20:01:51 +0000
(13:01 -0700)
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 6aa57a209486ebc8e834f969cf919492b6cdc45a..1bc695ef87312830ce2e9369a6ae2e6031c2789d 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
+
2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
* configure.in: Add AC_C_BIGENDIAN.
diff --git
a/configure.in
b/configure.in
index ada0b189d3c86e56441d5e9df057a97a8117a580..c712c0925d6f6f2fe922acb3c2aed56d9309fddc 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-23,7
+23,7
@@
dnl
dnl You should have received a copy of the GNU General Public License
dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
-AC_PREREQ(2.6
5
)
+AC_PREREQ(2.6
6
)
AC_INIT(emacs, 24.0.50)
AC_CONFIG_HEADER(src/config.h:src/config.in)
AC_CONFIG_SRCDIR(src/lisp.h)